home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / demotype.sim < prev    next >
Text File  |  1998-04-15  |  601b  |  23 lines

  1. ; demotype.sim  -  Demonstrate 4 basic types.
  2.  
  3. Output DBF: c:gps
  4. Simulation rate 1000
  5.  
  6. 08:48 define xxx
  7.          color 4  40.3N 80W             ;Pittsburgh   TYPE 1
  8.  
  9. 09:30    36.9N 76.3W                    ; to Norfolk  TYPE 2
  10.          color 2                        
  11.          speed 250 mph                  
  12.          42.9N 78.9W     ; to Buffalo
  13.  
  14. New Leg  toward 36.2N 115.1W            ; to Las Vegas  TYPE 3
  15.          color 6
  16.          speed 1000
  17.          for 03:16                      
  18.  
  19. New Leg  heading 070 Rhumb               ;  TYPE 4 
  20.          color 5
  21.          for 03:16
  22.  
  23.